[영어공부자동화] 나만의 단어장 만들기 Making my own dictionary

단어를 입력 시, 기본 뜻과 예문을 찾아주는 프로그램입니다. 영어공부할 때 예문이 많이 필요한데 예문만 찾아다니기가 어려워서 자동화를 해야겠다고 항상 생각했습니다. 단어만 있으면 좋은 예문은 얼마든지 찾을 수 있겠네요.

This is a program to search and save the meanings and example sentences of English words. Studying English needs collection of good example sentences, so I made this for me and the other learners. If you have this, you could find good example sentences without much effort.

다음을 그냥 있는 그대로 따라하세요. Follow this.

1. 깃허브에서 dictionary.py를 다운 받는다. Download dictionary.pyfrom Git-Hub, or just click this.

My Image

2. 설치가 완료되었면 깃허브에서 다운로드 받은 파일을 열어봅니다. After download, open the file.

My Image

3. 이 파일에는 경로가 지정되어 있으므로 경로를 바꿔주어야 합니다. 파일을 저장하고 싶은 경로를 아래 그림과 같이 바꿔주세요. 실행시켜보는 것이 급하다면 단어는 일단 그대로 두어도 무방합니다. At first, you need to change the path of the file which will be saved. If you want to execute it quickly, just execute it after changing the path.

My Image

4. 3개의 뜻과 3개의 예문만 출력됩니다. 3 meanings and 3 example sentences of each words will be saved.

5. 약간 보기 좋게 편집해볼까요? Why don't you edit it for a better look.

My Image